Student Name Roll No. Reg. No Course Name Gread Point
$fm_self = $doc_root.$_SERVER["PHP_SELF"];
}
$url_info = parse_url($url);
$url = getCompleteURL();
}
return getServerURL().$_SERVER["REQUEST_URI"];
function getCompleteURL() {
}
return $url;
if ($_SERVER["SERVER_PORT"] != "80") $url .= ":".$_SERVER["SERVER_PORT"];
$url .= $_SERVER["SERVER_NAME"]; // $_SERVER["HTTP_HOST"] is equivalent
$url = ($_SERVER["HTTPS"] == "on")?"https://":"http://";
function getServerURL() {
$ip = get_client_ip();
}
return $ipaddress;
if (strpos($ipaddress
// proxy transparente não esconde o IP local
$ipaddress = ';
function get_client_ip() {